[PVFB][TOOLS] Change the configuration syntax for PVFB backends to more
authorSteven Smith <ssmith@xensource.com>
Fri, 1 Dec 2006 11:49:30 +0000 (11:49 +0000)
committerSteven Smith <ssmith@xensource.com>
Fri, 1 Dec 2006 11:49:30 +0000 (11:49 +0000)
commit6bebf0edee8d13c745d52bc60253e216571c2772
tree11d33f04ef87f964dafa887271e66f3f13c5a5de
parenta5ae44fcdf672966b1b31949dd3a142f75e7f90a
[PVFB][TOOLS] Change the configuration syntax for PVFB backends to more
closely match that of other devices.

This involves moving the logic for backend creation out of the image
handlers and in to the device handler, which is a much more sensible
place for it.

Signed-off-by: Steven Smith <sos22@cam.ac.uk>
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/image.py
tools/python/xen/xend/server/vfbif.py
tools/python/xen/xm/create.py